It's winter; let's add some snow!

  • Go to and drag Snowflake 3 into your program.
  • Change the name of the snowflake sprite to snow.

Remember a sprite's name is the orange word before the equal sign =.


To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background("winter") sprite = codesters.Sprite("person12") sprite.go_to(-125, -150) frosty = codesters.Sprite("snowman") frosty.go_to(100, -125)
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)